home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!dfdesign.demon.co.uk
- From: Dominic Feeley <dom@dfdesign.demon.co.uk>
- Newsgroups: comp.unix.programmer,comp.lang.c,comp.unix.internals
- Subject: Re: C compiler Error on EXEC SQL
- Date: Fri, 12 Apr 96 12:19:20 GMT
- Organization: DF Designs
- Message-ID: <829311560snz@dfdesign.demon.co.uk>
- References: <4kkej2$3ta@news.cc.utah.edu>
- Reply-To: dom@dfdesign.demon.co.uk
- X-NNTP-Posting-Host: dfdesign.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.30
- X-Mail2News-Path: dfdesign.demon.co.uk
-
- In article <4kkej2$3ta@news.cc.utah.edu>
- dpncc@utah.state.ut.us "NCC Network" writes:
-
- > I post this for my friend who has no access to the internet and would like to
- > get help from C experts in the Net. She has a C program left over from a guy
- > left the company. The C source code is included below as well as the compiler
- > error generated by HP UNIX. What is the EXEC SQL instruction ? It doesn't seem
- > to be a standard C.
-
- It is nothing to do with ANSI C
- It's most likely an Oracle extension for rdbms access from C.
- You have to link in the Pro*C stuff to get it to compile.
- Or similar for other vendors, as SQL is Structured Query Language.
-
- Try comp.databases.oracle if it is an Oracle problem.
- Or one of the comp.databases.* groups.
-
- It may well be in their FAQs.
-
- --
- Dominic Feeley
-
-